home *** CD-ROM | disk | FTP | other *** search
/ Mac Action 1996 January / mac-action-07.iso / mac / Inside Action / Beatrix Potter / Peter Rabbit / DSTORIES.DXR / 00232.ls < prev    next >
Encoding:
Text File  |  1995-07-13  |  105 b   |  10 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on enterFrame
  6.   if rollOver(4) then
  7.     go("Garden Glow")
  8.   end if
  9. end
  10.